org.semanticwb.portal.resources.RemoteWebApp.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SWBPortal Show documentation
Show all versions of SWBPortal Show documentation
SemanticWebBuilder Portal API components and utilities
The newest version!
<?xml version="1.0" encoding="ISO-8859-1"?> <admresource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- * UKGResource.xml.xml * * Created on 30 de diciembre de 2005, 06:18 AM * * @author Jei --> <form name="frmAdmin"> <fieldset> <input type="TEXT" name="server" label="* Server: (http://[host][:port])" size="40" value=""/> <input type="TEXT" name="iniPath" label="* InitPath: (App Uri)(/xxxxx)" size="40" value=""/> <input type="TEXT" name="encode" label="Encode:" size="10" value="utf-8"/> <input type="TEXT" name="basePath" label="* BasePath: (context)(/xxx;/xxx)" size="40" value=""/> <input type="TEXT" name="initext" label="Init Text: (xxx|yyy)" size="40" value=""/> <input type="TEXT" name="endtext" label="End Text: (xxx|yyy)" size="40" value=""/> <input type="TEXT" name="replace" label="Replace Str: (xxx|yyy)" size="40" value=""/> <input type="TEXT" name="direct" label="Direct Call: (xxx;yyy)" size="40" value=""/> <input type="TEXT" name="loginurl" label="Login URL: (http://[host][:port]/[login path])" size="40" value=""/> <input type="TEXT" name="userinsert" label="User Insert: (http://[host][:port]/[context]/wbutil/WBUserInsert.jsp)" size="40" value=""/> <input type="TEXT" name="userinsert" label="User Insert: (http://[host][:port]/[context]/wbutil/WBUserInsert.jsp)" size="40" value=""/> <input type="TEXT" name="headers" label="Headers: (xxxx=xxxx;yyyy=yyyy)" size="40" value=""/> <input type="TEXT" name="cookies" label="Cookies: (xxx=xxxx;yyyy=yyyy)" size="40" value=""/> <input type="TEXT" name="instance" label="Instance:" size="10" maxlength="10" jsvaltype="js_numbers"/> <input type="CHECKBOX" name="othercont" label="Other Contents:" value="0"/> <input type="CHECKBOX" name="firstredirect" label="Show First as Content:" value="0"/> </fieldset> <fieldset> <input type="SUBMIT" name="btnSave" moreattr="class="botones"" value="GUARDAR"/> <input type="RESET" name="btnReset" moreattr="class="botones"" value="CANCELAR"/> </fieldset> </form> <statictext name="txt"> <![CDATA[ <font style="color: #428AD4; font-family: Verdana; font-size: 10px;"> <b>Tags:</b><BR> {user.login}<BR> {user.email}<BR> {user.language}<BR> {getEnv("XXXXX")}<BR> {request.getParameter("XXXXX")}<BR> {session.getAttribute("XXXXX")}<BR> {encode("XXXXX")}<BR> {encodeB64("XXXXX")}<BR> <BR> <b>Note:</b> XXXXX=Text<BR><BR> <B>Samples:</B><BR> //Single Sign-ON with Basic Authorization<BR> Headers: Authorization=Basic {encodeB64("user:password")}<BR> </font> ]]> </statictext> </admresource>