OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
opalv1
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/18/2024 06:33:29 AM
rwxr-xr-x
📁
api
-
02/18/2024 06:23:44 AM
rwxr-xr-x
📄
dashboard.htm
13.79 KB
02/25/2024 03:43:17 AM
rw-rw-r--
📄
favicon.ico
1.12 KB
06/26/2020 08:59:10 AM
rw-rw-r--
📁
grfx
-
03/15/2024 05:42:38 AM
rwxr-xr-x
📁
inc
-
03/15/2024 05:43:09 AM
rwxr-xr-x
📄
sign-up-as-editor.htm
7.04 KB
02/17/2024 09:49:54 AM
rw-rw-r--
📁
uploads
-
02/18/2024 06:23:34 AM
rwxr-xr-x
📄
verify.htm
3.96 KB
02/17/2024 09:49:54 AM
rw-rw-r--
📄
zindex.htm
13.08 KB
02/18/2024 06:35:01 AM
rw-rw-r--
Editing: sign-up-as-editor.htm
Close
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <title>OPAL: Open Access Digital Library</title> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link type="text/css" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" /> <link type="text/css" rel="stylesheet" href="inc/fontawesome/css/all.min.css" /> <link type="text/css" rel="stylesheet" href="inc/style.css" /> <script src="inc/jquery-3.7.1.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.min.js"></script> <script src="inc/moment.min.js"></script> <script src="inc/common.js"></script> <script> $(document).ready(function() { var todayDate = moment().format('dddd, MMMM D, YYYY'); $('#txtDate').html(todayDate); }); </script> </head> <body> <div class="posABS" style="z-index:10"><img src="grfx/beta.png" width="125"></div> <section class="panelHeader"> <div class="container-fluid" style="height:70px;background-color:#0C5784;"> <div class="container"> <div class="row no-gutters"> <div class="col-5 col-sm-4"> <div id="txtDate"></div> </div> <div class="col-7 col-sm-8"> <div class="fr d-none d-sm-block"><img src="grfx/logo.accs.white.png" width="65" style="margin-left:20px;padding-top:8px;" /></div> <div id="panelTopDefault" class="panelTopLogged"> <div class="fr"><a href="index.htm">Go to Home</a></div> </div> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-6 text-center boxLogo"><img src="grfx/logo.opal.png" class="img-fluid" width="200" /></div> <div class="col-sm-6 d-none d-sm-block"> <div class="float-right mt-sm-5 mt-md-4 mt-lg-3 mt-xl-2"><img src="grfx/logo.accs.png" class="img-fluid" 1width="450" /></div> </div> </div> </div> </section> <section class="panelSearch" style="height:50px"></section> <!-- Section: Dashboard --> <section> <div id="contentDashboard" class="container contentBox 1hide"> <div class="container"> <div class="txtMedium txtGrey mb-2">Sign up as Editor</div> <div id="panelCreateAccoutForm"> <div class="form-group row no-gutters mb-1"> <label for="loginEmail" class="txtMed col-sm-3 col-form-label">Name</label> <div class="col-sm-2"> <select id="accountSalutation" name="accountSalutation" class="form-control"> <option>Mr. <option>Mrs. <option>Ms. <option>Dr. <option>Prof. </select> </div> <div class="col-sm-4"> <input type="text" id="accountFirstName" name="accountFirstName" class="form-control" placeholder="First Name" maxlength="100" /> </div> <div class="col-sm"> <input type="text" id="accountLastName" name="accountLastName" class="form-control" placeholder="Last Name" maxlength="100" /> </div> </div> <div class="form-group row no-gutters mb-1"> <label for="accountAffiliation" class="txtMed col-sm-3 col-form-label">Affiliation</label> <div class="col-sm-9"> <input type="text" id="accountAffiliation" name="accountAffiliation" class="form-control" placeholder="Enter Organisation" /> </div> </div> <div class="form-group row no-gutters mb-1"> <label for="accountAffiliation" class="txtMed col-sm-3 col-form-label">Location</label> <div class="col-sm-5"> <input type="text" id="accountCity" name="accountCity" class="form-control" placeholder="City" maxlength="100" /> </div> <div class="col-sm-4"> <input type="text" id="accountCountry" name="accountCountry" class="form-control" placeholder="Country" maxlength="100" /> </div> </div> <div class="form-group row no-gutters mb-1"> <label for="accountEmail" class="txtMed col-sm-3 col-form-label">Login</label> <div class="col-sm-9"> <input type="email" id="accountEmail" name="accountEmail" class="form-control" placeholder="Enter Email Address" maxlength="100" /> </div> </div> <div class="form-group row no-gutters mb-1"> <label for="accountPwd" class="txtMed col-sm-3 col-form-label">Password</label> <div class="col-sm-9"> <input type="password" id="accountPwd" name="accountPwd" class="form-control" placeholder="Enter Password" maxlength="20" /> </div> </div> <div class="form-group row no-gutters mb-1"> <label for="accountPwdRetype" class="txtMed col-sm-3 col-form-label">Retype</label> <div class="col-sm-9"> <input type="password" id="accountPwdRetype" name="accountPwdRetype" class="form-control" placeholder="Retype Password" maxlength="20" /> </div> </div> <div align="center"> <div style="margin:15px 0"><input type="button" class="btn btn-dark" onclick="chkCreateAccountEditor()" value=" Proceed "></div> </div> </div> <div id="panelCreateAccoutMessage" class="hide"> <p><b class="txtMed">Thank you for creating your account!</b></p> You have been sent a verification link on your email.<br> Please click on that to activate your account.<br><br> Note: If you have not received the email, please check your spam/junk folders.<br> </div> </div> </div> </section> <footer class="panelFooter"> <div class="container"> <div class="row"> <div class="col-lg-7"> <div class="text-uppercase mb-2"><b>About Advanced Computing and Communications Society</b></div> <p>ACCS is a registered scientific society founded to provide a forum to individuals, institutions and industry to encourage the promotion of advanced Computing and Communications technologies.</p> <p>The society has relentlessly continued its efforts to promote research and development in the areas of advanced computing and communications by organizing seminars, national/international conferences and mentoring students in this space.</p> </div> <div class="col-lg-2 mt-3 mt-lg-0"> <div class="text-uppercase mb-2"><b>Useful Links</b></div> <ul class="list-unstyled"> <li class="mb-1">About OPAL <li class="mb-1">Contact Us <li class="mb-1">Help <li class="mb-1">Terms of Use </ul> </div> <div class="col-lg-3 mt-3 mt-lg-0"> <div class="float-lg-right"> <div class="text-uppercase mb-2"><b>Follow</b></div> <a class="btn btn-outline-light mx-1" href="#"><i class="fab fa-facebook-f"></i></a> <a class="btn btn-outline-light mx-1" href="#"><i class="fab fa-twitter"></i></a> <a class="btn btn-outline-light mx-1" href="#"><i class="fab fa-linkedin-in"></i></a> <a class="btn btn-outline-light mx-1" href="#"><i class="fab fa-youtube"></i></a> </div> </div> </div> <div class="row"> <div class="col-lg-12 mt-4 mt-lg-0"> <p>© Copyright 2020-2024 ACCS, All rights reserved. Use of this web site signifies your agreement to the terms and conditions.</p> </div> </div> </footer> </body> </html>