1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
5 <%# Render local variable `text` so the entire text is automatically
6 selected when clicked or focused. %>
7 <input class="select-on-focus <%= tagclass %>" type="text" readonly
8 size="<%= text.size %>" value="<%= text %>">