⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ldap-user.jspf

📁 基于Jabber协议的即时消息服务器
💻 JSPF
📖 第 1 页 / 共 2 页
字号:
					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						<strong><fmt:message key="setup.ldap.user.vcard.name" /></strong>					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="name" value="<%= vcardBean.getName() %>" id="name" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						<strong><fmt:message key="setup.ldap.user.vcard.email" /></strong>					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="email" value="<%= vcardBean.getEmail() %>" id="email" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						&nbsp;					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						&nbsp;					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						<strong><fmt:message key="setup.ldap.user.vcard.fullname" /></strong>					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="fullName" value="<%= vcardBean.getFullName() %>" id="fullName" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						<strong><fmt:message key="setup.ldap.user.vcard.nickname" /></strong>					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="nickname" value="<%= vcardBean.getNickname() %>" id="nickname" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						<strong><fmt:message key="setup.ldap.user.vcard.birthday" /></strong>					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="birthday" value="<%= vcardBean.getBirthday() %>" id="birthday" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						<strong><fmt:message key="setup.ldap.user.vcard.home" /></strong>					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						&nbsp;					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.street" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="homeStreet" value="<%= vcardBean.getHomeStreet() %>" id="homeStreet" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.city" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="homeCity" value="<%= vcardBean.getHomeCity() %>" id="homeCity" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.state" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="homeState" value="<%= vcardBean.getHomeState() %>" id="homeState" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.pcode" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="homeZip" value="<%= vcardBean.getHomeZip() %>" id="homeZip" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.country" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="homeCountry" value="<%= vcardBean.getHomeCountry() %>" id="homeCountry" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.phone" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="homePhone" value="<%= vcardBean.getHomePhone() %>" id="homePhone" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.mobile" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="homeMobile" value="<%= vcardBean.getHomeMobile() %>" id="homeMobile" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.fax" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="homeFax" value="<%= vcardBean.getHomeFax() %>" id="homeFax" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.pager" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="homePager" value="<%= vcardBean.getHomePager() %>" id="homePager" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						<strong><fmt:message key="setup.ldap.user.vcard.business" /></strong>					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						&nbsp;					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.street" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="businessStreet" value="<%= vcardBean.getBusinessStreet() %>" id="businessStreet" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.city" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="businessCity" value="<%= vcardBean.getBusinessCity() %>" id="businessCity" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.state" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="businessState" value="<%= vcardBean.getBusinessState() %>" id="businessState" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.pcode" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="businessZip" value="<%= vcardBean.getBusinessZip() %>" id="businessZip" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.country" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="businessCountry" value="<%= vcardBean.getBusinessCountry() %>" id="businessCountry" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.title" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="businessJobTitle" value="<%= vcardBean.getBusinessJobTitle() %>" id="businessJobTitle" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.department" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="businessDepartment" value="<%= vcardBean.getBusinessDepartment() %>" id="businessDepartment" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.phone" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="businessPhone" value="<%= vcardBean.getBusinessPhone() %>" id="businessPhone" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.mobile" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="businessMobile" value="<%= vcardBean.getBusinessMobile() %>" id="businessMobile" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.fax" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="businessFax" value="<%= vcardBean.getBusinessFax() %>" id="businessFax" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>				<tr>					<td class="jive-vcardTable-label jive-vardBorderBottom jive-vardBorderRight" nowrap>						- <fmt:message key="setup.ldap.user.vcard.pager" />					</td>					<td class="jive-vcardTable-value jive-vardBorderBottom">						<input type="text" name="businessPager" value="<%= vcardBean.getBusinessPager() %>" id="businessPager" size="22" maxlength="50" onFocus="jiveRowHighlight(this);">					</td>				</tr>			</table>			<!-- END vcard table -->		</div>		<!-- END jive-contentBox_greybox -->		<!-- BEGIN jive-buttons -->		<div class="jive-buttons">			<!-- BEGIN right-aligned buttons -->			<div align="right">                <input type="Submit" name="test" value="<fmt:message key="setup.ldap.test" />" id="jive-setup-test" border="0">				<input type="Submit" name="save" value="<fmt:message key="setup.ldap.continue" />" id="jive-setup-save" border="0">			</div>			<!-- END right-aligned buttons -->		</div>		<!-- END jive-buttons -->	</form>	</div>	<!-- END jive-contentBox --></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -