Created
April 20, 2012 15:29
-
-
Save dol/2429626 to your computer and use it in GitHub Desktop.
cyon Webmail Login Widget
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form id="cyon-wm-login_form" action="https://webmail.cyon.ch/" method="POST"> | |
<input type="text" value="" id="cyon-wm-username" name="username"> | |
<input type="password" value="" id="cyon-wm-password" name="password"> | |
<input type="hidden" value="" id="cyon-wm-domain" name="domain"> | |
<input type="submit" value="Ins Webmail einloggen" id="cyon-wm-submitbt" name="submitbt"> | |
</form> | |
<div id="cyon-wm-login-message"></div> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | |
<script type="text/javascript" src="https://webmail.cyon.ch/plugins/cyon_mod/static/easyXDM.min.js"></script> | |
<script type="text/javascript" src="https://webmail.cyon.ch/plugins/cyon_mod/static/loginForm.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment