Outpost Central provides re-branding service for both full website (www.outpostcentral.com/english/login.aspx) and mobile website (m.outpostcentral.com). Please check with your account manager if you wish to rebrand - associated cost applies.
Re-branding allows customized domain names and web skins to match the customer's own branding.
Domain Name:
Customer need to provide their own domain name and set its C Record to point to our server IP address at portal.outpostcentral.com.
Two separate domain names need to be provided if the re-branding is to be done for both full and mobile website. e,g, portal.custombrand.com (full) and mobile.custombrand.com (mobile)
Web Skin:
Customer can choose between a few different pre-made colour themes for basic website customization.
More detailed customization will require development and customer should provide us with a simple mock up or example page.
Login Page:
We can provide customized login pages for both full and mobile website.
Sometimes customer may want to login from their own website. This can be done by embedding the HTML login form below to their own page:
<form action="https://www.outpostcentral.com/remote/login.aspx" method="post" id="FrmMain" name="FrmMain">
<table>
<tr>
<td>Username</td>
<td><input id="txtusername" name="txtusername" type="text" /></td>
</tr>
<tr>
<td>Password</td>
<td><input id="txtpassword" name="txtpassword" type="password" /></td>
</tr>
<tr>
<td colspan="2" align="right"><input id="btnlogin" type="submit" value="Login" /></td>
</tr>
</table>
<input type="hidden" id="clt" name="clt" value="" />
</form>