1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<table width="150" border="0" cellspacing="0" cellpadding="0" style="margin-left: 1px; margin-right: 1px; margin-top: 1px;">
<tr>
<td class="formrechinp">
<%= Html.DropDownList("sites",
SiteHelper.GetSitesList((CultureInfo) Session["Culture"],
menuState.Site_Name),
new {@class = "forminput"}) %>
</td>
</tr>
</table>
<%--
<select onchange="javascript:changeTargetDirectory(this.value);" style="width: 80px;
border: 1px solid #78B1FF;">
<option value="<%= PhonebookEP.Helpers.EnumTargetDirectory.Local %>" <% if(PhonebookEP.Helpers.EnumTargetDirectory.Local.Equals(Session["TargetDirectory"])) Response.Write(" selected=\"selected\"");%>>
<%= ViewRes.SharedStrings.MenuDTLocal %></option>
</select>--%> |
Partager