<%# Copyright (C) The Arvados Authors. All rights reserved.

SPDX-License-Identifier: AGPL-3.0 %>

<%# Render local variable `text` so the entire text is automatically
    selected when clicked or focused. %>
<input class="select-on-focus <%= tagclass %>" type="text" readonly
       size="<%= text.size %>" value="<%= text %>">