[10917] | 1 | <!DOCTYPE html> |
---|
| 2 | <html lang="en"> |
---|
| 3 | <head> |
---|
| 4 | <meta charset="utf-8"> |
---|
| 5 | <title>Base · Twitter Bootstrap</title> |
---|
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
---|
| 7 | <meta name="description" content=""> |
---|
| 8 | <meta name="author" content=""> |
---|
| 9 | |
---|
[17004] | 10 | <meta property="og:title" content="West African eUniversity Project"> |
---|
| 11 | <meta property="og:description" content="Integrated Open Source Software solutions to administrate universities, colleges or schools online at a reasonable price"> |
---|
| 12 | <meta property="og:image" content="https://www.waeup.org/images/map_africa.png"> |
---|
| 13 | <meta property="og:url" content="https://www.waeup.org"> |
---|
| 14 | <meta property="og:site_name" content="WAeUP.Kofa"> |
---|
| 15 | <meta property="og:type" content="website"> |
---|
| 16 | |
---|
[10917] | 17 | <!-- stylesheets --> |
---|
[11046] | 18 | <link href="static/bootstrap/css/bootstrap.min.css" |
---|
[10958] | 19 | rel="stylesheet"> |
---|
[11046] | 20 | <link href="static/bootstrap/css/bootstrap-theme.min.css" |
---|
[10986] | 21 | rel="stylesheet"> |
---|
| 22 | <link href="static/css/jquery.dataTables.css" |
---|
| 23 | rel="stylesheet"> |
---|
[11017] | 24 | <link href="static/css/jquery-ui.css" |
---|
| 25 | rel="stylesheet"> |
---|
[10917] | 26 | <link href="static/css/base.css" rel="stylesheet"> |
---|
[11558] | 27 | <link href="static/css/file-upload.css" rel="stylesheet"> |
---|
[10917] | 28 | |
---|
[11030] | 29 | <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
---|
[10917] | 30 | <!--[if lt IE 9]> |
---|
[11030] | 31 | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
---|
| 32 | <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> |
---|
[11031] | 33 | <link href="static/css/IE8.css" rel="stylesheet"> |
---|
[10917] | 34 | <![endif]--> |
---|
| 35 | |
---|
[11741] | 36 | <script src="static/js/kofa-functions.js"></script> |
---|
[11030] | 37 | |
---|
[10917] | 38 | <!-- icons --> |
---|
| 39 | <link rel="shortcut icon" href="static/ico/favicon.ico"> |
---|
[17004] | 40 | |
---|
[10917] | 41 | </head> |
---|
| 42 | |
---|
| 43 | <body id="kofa-body"> |
---|
| 44 | |
---|
[10961] | 45 | <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> |
---|
[10917] | 46 | <div class="navbar-header"> |
---|
| 47 | <button type="button" class="navbar-toggle" data-toggle="collapse" |
---|
[10958] | 48 | data-target="#kofa-primary-nav"> |
---|
[10917] | 49 | <span class="icon-bar"></span> |
---|
| 50 | <span class="icon-bar"></span> |
---|
| 51 | <span class="icon-bar"></span> |
---|
| 52 | </button> |
---|
[10960] | 53 | <a class="navbar-brand active kofa-brand-link" href="/">WAeUP.Kofa</a> |
---|
[10917] | 54 | </div> |
---|
| 55 | <div class="navbar-collapse collapse" |
---|
| 56 | id="kofa-primary-nav"> |
---|
| 57 | <ul class="nav navbar-nav kofa-navbar-left"> |
---|
| 58 | <li class="active"><a href="#">Academics</a></li> |
---|
| 59 | <li><a href="#about">Applicants</a></li> |
---|
| 60 | <li><a href="#contact">Students</a></li> |
---|
| 61 | <li><a href="#contact">Hostels</a></li> |
---|
[11023] | 62 | <li class="dropdown"> |
---|
| 63 | <a href="#" class="dropdown-toggle" |
---|
| 64 | data-toggle="dropdown">My Data |
---|
| 65 | <b class="caret"></b> |
---|
| 66 | <ul class="dropdown-menu"> |
---|
| 67 | <li><a href="#">Base Data</a></li> |
---|
| 68 | <li><a href="#">Clearance Data</a></li> |
---|
| 69 | <li><a href="#">Personal Data</a></li> |
---|
| 70 | <li><a href="#">History</a></li> |
---|
| 71 | </ul> |
---|
| 72 | </li> |
---|
[11021] | 73 | </ul> |
---|
| 74 | |
---|
| 75 | <ul class="nav navbar-nav navbar-right kofa-navbar-right"> |
---|
[10917] | 76 | <li class="dropdown kofa-langselect"> |
---|
| 77 | <a href="#" class="dropdown-toggle" |
---|
[11021] | 78 | data-toggle="dropdown"> |
---|
| 79 | <img src="static/img/earth.png" /> |
---|
[10917] | 80 | <ul class="dropdown-menu"> |
---|
[11023] | 81 | <li class="kofa-language"><a href="#">English</a></li> |
---|
| 82 | <li class="kofa-language"><a href="#">Français</a></li> |
---|
| 83 | <li class="kofa-language"><a href="#">Deutsch</a></li> |
---|
| 84 | <li class="kofa-language"><a href="#">Hausa</a></li> |
---|
| 85 | <li class="kofa-language"><a href="#">Yoruba</a></li> |
---|
| 86 | <li class="kofa-language"><a href="#">Igbo</a></li> |
---|
[10917] | 87 | </ul> |
---|
| 88 | </li> |
---|
[11064] | 89 | <li><a href="#">Contact</a></li> |
---|
| 90 | <li><a href="#">Logout</a></li> |
---|
[10958] | 91 | </ul> |
---|
[10917] | 92 | </div><!--/.nav-collapse --> |
---|
| 93 | </div><!-- /.navbar --> |
---|
| 94 | |
---|
| 95 | <div class="container"> |
---|
[11029] | 96 | |
---|
[10917] | 97 | <div class="row"> |
---|
[13513] | 98 | <div class="col-md-12 container kofa-maintenance"> |
---|
| 99 | <div class="well"> |
---|
| 100 | <div class="maintenance-warning"> |
---|
| 101 | M A I N T E N A N C E M O D E |
---|
| 102 | </div> <!-- /maintenance-warning --> |
---|
| 103 | </div> <!-- /well --> |
---|
| 104 | </div> <!-- /kofa-maintenance --> |
---|
| 105 | </div> |
---|
| 106 | |
---|
| 107 | <div class="row"> |
---|
[11030] | 108 | <div class="col-md-12 container kofa-breadcrumbs-box-long"> |
---|
[10960] | 109 | <div class="well"> |
---|
| 110 | <ol class="breadcrumb kofa-breadcrumbs"> |
---|
[11029] | 111 | <li> |
---|
[10960] | 112 | <a href="#"> |
---|
| 113 | Home |
---|
| 114 | </a> |
---|
| 115 | </li> |
---|
[11029] | 116 | <li> |
---|
[10960] | 117 | <a href="#"> |
---|
[11030] | 118 | Subtopic 1 |
---|
[10960] | 119 | </a> |
---|
| 120 | </li> |
---|
[11030] | 121 | <li> |
---|
| 122 | <a href="#"> |
---|
| 123 | Subtopic 2 |
---|
| 124 | </a> |
---|
| 125 | </li> |
---|
| 126 | <li> |
---|
| 127 | <a href="#"> |
---|
| 128 | Subtopic 3 |
---|
| 129 | </a> |
---|
| 130 | </li> |
---|
[10960] | 131 | </ol><!-- /kofa-breadcrumbs --> |
---|
| 132 | </div> <!-- /well --> |
---|
[13513] | 133 | </div> <!-- /kofa-breadcrumbs-box-long --> |
---|
[11030] | 134 | </div> |
---|
| 135 | |
---|
| 136 | <div class="row"> |
---|
| 137 | <div class="col-md-8 container kofa-breadcrumbs-box-short"> |
---|
| 138 | <div class="well"> |
---|
| 139 | <ol class="breadcrumb kofa-breadcrumbs"> |
---|
| 140 | <li> |
---|
| 141 | <a href="#"> |
---|
| 142 | Home |
---|
| 143 | </a> |
---|
| 144 | </li> |
---|
| 145 | <li> |
---|
| 146 | <a href="#"> |
---|
| 147 | Subtopic 1 |
---|
| 148 | </a> |
---|
| 149 | </li> |
---|
| 150 | <li> |
---|
| 151 | <a href="#"> |
---|
| 152 | Subtopic 2 |
---|
| 153 | </a> |
---|
| 154 | </li> |
---|
| 155 | <li> |
---|
| 156 | <a href="#"> |
---|
| 157 | Subtopic 3 |
---|
| 158 | </a> |
---|
| 159 | </li> |
---|
| 160 | </ol><!-- /kofa-breadcrumbs --> |
---|
| 161 | </div> <!-- /well --> |
---|
| 162 | </div> <!-- /kofa-breadcrumbs-box-short --> |
---|
| 163 | |
---|
| 164 | <div class="col-md-4 container kofa-student-status-box"> |
---|
| 165 | <div class="well"> |
---|
| 166 | <div class="wfstatus"> |
---|
[11033] | 167 | K1000000 • quite long student status |
---|
[11030] | 168 | </div> <!-- /wfstatus --> |
---|
| 169 | </div> <!-- /well --> |
---|
| 170 | </div> <!-- /kofa-student-status-box --> |
---|
| 171 | |
---|
[10960] | 172 | </div> <!-- /row --> |
---|
| 173 | |
---|
| 174 | <div class="row"> |
---|
| 175 | <div class="col-md-2 kofa-sidebar"> |
---|
[10958] | 176 | <div class="sidebar-nav well"> |
---|
[10969] | 177 | <div> |
---|
| 178 | <div class="kofa-sidebar-title">Student Name</div> |
---|
| 179 | <ul class="nav"> |
---|
| 180 | <li><a href="#">Base Data</a></li> |
---|
| 181 | <li><a href="#">Clearance Data</a></li> |
---|
| 182 | <li><a href="#">Personal Data</a></li> |
---|
| 183 | <li><a href="#">Study Course</a></li> |
---|
[10995] | 184 | <li><a href="#">Payments</a></li> |
---|
[10969] | 185 | <li><a href="#">Accommodation</a></li> |
---|
| 186 | <li><a href="#">History</a></li> |
---|
| 187 | </ul> |
---|
| 188 | </div> |
---|
| 189 | <div> |
---|
| 190 | <div class="kofa-sidebar-title">Manager Name</div> |
---|
| 191 | <ul class="nav"> |
---|
| 192 | <li><a href="#">Portal Configuration</a></li> |
---|
| 193 | <li><a href="#">Portal Users</a></li> |
---|
| 194 | <li><a href="#">Data Center</a></li> |
---|
| 195 | <li><a href="#">Reports</a></li> |
---|
| 196 | <li><a href="#">Access Codes</a></li> |
---|
| 197 | <li><a href="#">My Preferences</a></li> |
---|
| 198 | <li><a href="#">My Roles</a></li> |
---|
| 199 | </ul> |
---|
| 200 | </div> |
---|
[10917] | 201 | </div> <!-- /well --> |
---|
[10960] | 202 | </div> <!-- /kofa-sidebar --> |
---|
[10995] | 203 | |
---|
[10962] | 204 | <div class="col-md-10 content kofa-content-narrow"> |
---|
[10985] | 205 | <div class="well"> |
---|
| 206 | <div class="kofa-content"> |
---|
| 207 | <div class="actionbar"> |
---|
| 208 | <a class="btn btn-default" href=""> |
---|
| 209 | <img src="static/img/actionicon_modify.png" |
---|
| 210 | alt="Manage" /> |
---|
| 211 | Manage |
---|
| 212 | </a> |
---|
| 213 | <a class="btn btn-default" href=""> |
---|
| 214 | <img src="static/img/actionicon_trigtrans.png" |
---|
| 215 | alt="Trigger transition" /> |
---|
| 216 | Trigger transition |
---|
| 217 | </a> |
---|
| 218 | </div> |
---|
[10994] | 219 | <div class="alert alert-danger"> |
---|
| 220 | There were errors ... |
---|
| 221 | </div> |
---|
[10985] | 222 | <div class="alert alert-warning"> |
---|
| 223 | Be careful ... |
---|
| 224 | </div> |
---|
| 225 | <div class="alert alert-success"> |
---|
| 226 | You have successfully ... |
---|
| 227 | </div> |
---|
[10994] | 228 | <h1>WAeUP.Kofa Theme</h1> |
---|
[10995] | 229 | |
---|
| 230 | <p class="kofa-content-desc"> |
---|
| 231 | A sample Diazo theme for WAeUP.Kofa |
---|
| 232 | <br /> |
---|
| 233 | Fusce dapibus, tellus ac cursus commodo. |
---|
[10994] | 234 | </p> |
---|
[10985] | 235 | <p> |
---|
[16538] | 236 | Donec Id I1234567 non mi porta gravida at eget metus. Fusce |
---|
[10985] | 237 | dapibus, tellus ac cursus commodo, tortor mauris |
---|
| 238 | condimentum nibh, ut fermentum massa justo sit amet |
---|
| 239 | risus. Etiam porta sem malesuada magna mollis |
---|
| 240 | euismod. Donec sed odio dui. |
---|
| 241 | </p> |
---|
[10995] | 242 | |
---|
| 243 | <!-- Tabs... --> |
---|
| 244 | <br /><br /> |
---|
| 245 | <h3>Sample Tabs</h3> |
---|
| 246 | <ul id="tabs" class="tabs nav nav-tabs" data-tabs="tabs"> |
---|
| 247 | <li class="active"> |
---|
| 248 | <a href="#tab-1" data-toggle="tab">Tab 1</a> |
---|
| 249 | </li> |
---|
| 250 | <li class=""> |
---|
| 251 | <a href="#tab-2" data-toggle="tab">Tab 2</a> |
---|
| 252 | </li> |
---|
| 253 | <li class=""> |
---|
| 254 | <a href="#tab-3" data-toggle="tab">Tab 3</a> |
---|
| 255 | </li> |
---|
| 256 | </ul> |
---|
| 257 | <div class="tab-content"> |
---|
| 258 | <div id="tab-1" class="tab-pane active"> |
---|
| 259 | <br /> |
---|
| 260 | <p> |
---|
| 261 | Tab 1 content...<br /> Donec id elit non mi porta |
---|
| 262 | gravida at eget metus. Fusce dapibus, tellus ac |
---|
| 263 | cursus commodo. |
---|
| 264 | </p> |
---|
| 265 | </div> |
---|
| 266 | <div id="tab-2" class="tab-pane"> |
---|
| 267 | <br /> |
---|
| 268 | <p> |
---|
| 269 | Tab 2 content...<br /> Tortor mauris condimentum |
---|
| 270 | nibh, ut fermentum massa justo sit amet |
---|
| 271 | risus. Etiam porta sem malesuada. |
---|
| 272 | </p> |
---|
| 273 | </div> |
---|
| 274 | <div id="tab-3" class="tab-pane"> |
---|
| 275 | <br /> |
---|
| 276 | <p> |
---|
| 277 | Tab 3 content...<br /> Magna mollis euismod. Donec |
---|
| 278 | sed odio dui. |
---|
| 279 | </p> |
---|
| 280 | </div> |
---|
[11056] | 281 | |
---|
| 282 | <br> |
---|
| 283 | |
---|
| 284 | <h3>Sample Tooltip</h3> |
---|
| 285 | <br>Move the mouse over the button: |
---|
| 286 | <div class="btn btn-default" data-toggle="tooltip" |
---|
| 287 | title="This is a tooltip">Sample Tooltip |
---|
| 288 | </div> |
---|
[11558] | 289 | |
---|
[11056] | 290 | <br><br> |
---|
| 291 | |
---|
[11558] | 292 | <h3>File Upload</h3> |
---|
| 293 | <br> |
---|
| 294 | <a href="#">Birth Certificate Scan</a> |
---|
| 295 | <input type="submit" |
---|
| 296 | value="Delete file" |
---|
| 297 | class="btn btn-danger" /> |
---|
| 298 | <div class="btn btn-default btn-file"> |
---|
| 299 | Select new file… |
---|
| 300 | <input type="file"/> |
---|
| 301 | </div> |
---|
| 302 | <input type="submit" |
---|
| 303 | value="Upload selected file" |
---|
| 304 | class="btn btn-primary" /> |
---|
| 305 | (10 kB max.) |
---|
| 306 | <br><br> |
---|
| 307 | |
---|
[14563] | 308 | <div class="input-group"> |
---|
| 309 | <div class="input-group-btn"> |
---|
| 310 | <div class="btn btn-default btn-file"> |
---|
[11558] | 311 | Select new file… |
---|
| 312 | <input type="file"> |
---|
| 313 | </div> |
---|
[14563] | 314 | </div> |
---|
| 315 | <input type="text" class="form-control" readonly> |
---|
[11558] | 316 | <div class="input-group-btn"> |
---|
| 317 | <input type="submit" |
---|
| 318 | value="Upload selected file" |
---|
| 319 | class="btn btn-primary" /> |
---|
| 320 | (10 kB max.) |
---|
| 321 | </div> |
---|
| 322 | </div> |
---|
| 323 | |
---|
[14422] | 324 | <br><br> |
---|
[11558] | 325 | |
---|
[14422] | 326 | <h3>Filtered Select Box</h3> |
---|
| 327 | <br> |
---|
| 328 | <input id="filterbox" class="kofa-filterbox form-control half" |
---|
| 329 | placeholder="Enter search text, then select item below." |
---|
| 330 | type="text" /> |
---|
| 331 | <br /> |
---|
| 332 | <select id="filteredselect" class="form-control half" size=2> |
---|
| 333 | <option value="1">1</option> |
---|
| 334 | <option value="1234567890">1234567890</option> |
---|
| 335 | <option value="better">better</option> |
---|
| 336 | <option value="world">world</option> |
---|
| 337 | </select> |
---|
| 338 | |
---|
[10995] | 339 | </div><!-- /tab-content --> |
---|
[10985] | 340 | </div> <!-- /kofa-content --> |
---|
[10960] | 341 | </div> <!-- /well --> |
---|
| 342 | </div> <!-- /kofa-content-narrow --> |
---|
| 343 | </div> <!-- /row --> |
---|
[10917] | 344 | |
---|
[10960] | 345 | <div class="row"> |
---|
[10973] | 346 | <div class="col-md-12 content kofa-content-wide"> |
---|
| 347 | <div class="well kofa-content"> |
---|
[10999] | 348 | <div class="actionbar"> |
---|
| 349 | <a class="btn btn-default" href=""> |
---|
| 350 | <img src="static/img/actionicon_modify.png" |
---|
| 351 | alt="Manage" /> |
---|
| 352 | Manage |
---|
| 353 | </a> |
---|
| 354 | <a class="btn btn-default" href=""> |
---|
| 355 | <img src="static/img/actionicon_trigtrans.png" |
---|
| 356 | alt="Trigger transition" /> |
---|
| 357 | Trigger transition |
---|
| 358 | </a> |
---|
| 359 | </div> |
---|
[10960] | 360 | <div class="hero-unit"> |
---|
| 361 | <h1>Hello there!</h1> |
---|
| 362 | <p>this is...</p> |
---|
| 363 | </div> |
---|
| 364 | <div>...content that spans the whole page.</div> |
---|
[12931] | 365 | |
---|
[10986] | 366 | <br><br> |
---|
[12931] | 367 | <h3>Accordions</h3> |
---|
| 368 | <div class="panel-group" id="accordion" role="tablist" |
---|
| 369 | aria-multiselectable="true"> |
---|
| 370 | <div class="panel panel-default"> |
---|
| 371 | <div class="panel-heading" role="tab" id="headingTwo"> |
---|
| 372 | <h4 class="panel-title"> |
---|
| 373 | <a class="collapsed" data-toggle="collapse" |
---|
| 374 | data-parent="#accordion" href="#collapseTwo" |
---|
| 375 | aria-expanded="false" aria-controls="collapseTwo"> |
---|
| 376 | Collapsible Group |
---|
| 377 | </a> |
---|
| 378 | </h4> |
---|
| 379 | </div> |
---|
| 380 | <div id="collapseTwo" class="panel-collapse collapse" |
---|
| 381 | role="tabpanel" aria-labelledby="headingTwo"> |
---|
| 382 | <div class="panel-body"> |
---|
| 383 | Anim pariatur cliche reprehenderit, enim eiusmod high life |
---|
| 384 | terry richardson ad squid. 3 wolf moon officia aute, non |
---|
| 385 | skateboard dolor brunch. Food truck quinoa laborum eiusmod. |
---|
| 386 | </div> |
---|
| 387 | </div> |
---|
| 388 | </div> |
---|
| 389 | </div> |
---|
| 390 | |
---|
| 391 | <br><br> |
---|
[10986] | 392 | <h3>A Sample Data Table</h3> |
---|
[11031] | 393 | <div class="table-responsive"> |
---|
[11436] | 394 | <table id="#datatable" class="table table-striped dataTable"> |
---|
[11031] | 395 | <thead> |
---|
| 396 | <tr> |
---|
| 397 | <th>Id</th> |
---|
| 398 | <th>Name</th> |
---|
| 399 | <th>Portal Roles</th> |
---|
| 400 | <th>Local Roles</th> |
---|
| 401 | <th></th> |
---|
| 402 | </tr> |
---|
| 403 | </thead><tbody><tr><td>admin</td> |
---|
| 404 | <td>John</td> |
---|
| 405 | <td nowrap="nowrap">Portal Manager <br /> |
---|
| 406 | Academics Officer (view only) |
---|
| 407 | </td> |
---|
| 408 | <td>Owner</td> |
---|
| 409 | <td class="text-right"> |
---|
| 410 | <form method="post"> |
---|
| 411 | <input type="hidden" name="userid" value="admin" /> |
---|
[11558] | 412 | <input class="btn btn-primary btn-sm" type="submit" |
---|
[11031] | 413 | name="manage" value="Manage" /> |
---|
[11558] | 414 | <input class="btn btn-default btn-sm" type="submit" |
---|
[11031] | 415 | name="delete" value="Remove" /> |
---|
| 416 | </form> |
---|
| 417 | </td> |
---|
| 418 | </tr> |
---|
| 419 | <tr> |
---|
| 420 | <td>tester</td> |
---|
| 421 | <td>Vitali</td> |
---|
| 422 | <td nowrap="nowrap">Academics Officer (view only)</td> |
---|
| 423 | <td>Owner</td> |
---|
| 424 | <td class="text-right"> |
---|
| 425 | <form method="post"> |
---|
| 426 | <input type="hidden" name="userid" value="your_id" /> |
---|
| 427 | <input class="btn btn-sm btn-primary" type="submit" |
---|
| 428 | name="manage" value="Manage" /> |
---|
| 429 | <input class="btn btn-sm btn-default" type="submit" |
---|
| 430 | name="delete" value="Remove" /> |
---|
| 431 | </form> |
---|
| 432 | </td> |
---|
| 433 | </tr> |
---|
| 434 | </tbody> |
---|
| 435 | </table> |
---|
| 436 | </div> |
---|
[10989] | 437 | |
---|
| 438 | <br><br> |
---|
| 439 | <h3>A Sample Inline Form</h3> |
---|
| 440 | <form method="POST" class="form-inline"> |
---|
| 441 | <br /> |
---|
| 442 | <div class="form-group"> |
---|
| 443 | <input class="btn btn-primary" type="submit" name="search" |
---|
| 444 | value="Find student(s)" /> |
---|
| 445 | </div> |
---|
| 446 | <div class="form-group"> |
---|
[11027] | 447 | <select name="searchtype" class="form-control"> |
---|
[10989] | 448 | <option value="student_id">with id</option> |
---|
| 449 | <option value="fullname">with name</option> |
---|
| 450 | <option value="reg_number">with registration number</option> |
---|
[11027] | 451 | <option value="matric_number">with matric number</option> |
---|
[10989] | 452 | <option value="current_session">in session</option> |
---|
| 453 | <option value="depcode">in department</option> |
---|
| 454 | <option value="current_mode">in study mode</option> |
---|
| 455 | <option value="suspended"> |
---|
| 456 | with deactivated account (search term omitted) |
---|
| 457 | </option> |
---|
| 458 | <option value="transcript"> |
---|
| 459 | who requested transcript (search term omitted) |
---|
| 460 | </option> |
---|
| 461 | </select> |
---|
| 462 | </div> |
---|
| 463 | <div class="form-group"> |
---|
| 464 | <input type="text" class="form-control" name="searchterm" /> |
---|
| 465 | </div> |
---|
| 466 | </form> |
---|
| 467 | |
---|
[10993] | 468 | <br><br> |
---|
| 469 | <h3>A Sample Display Form Table</h3> |
---|
| 470 | <table class="form-table"> |
---|
| 471 | <tbody> |
---|
| 472 | <tr> |
---|
[11055] | 473 | <td class="fieldname">Code:</td> |
---|
| 474 | <td>app2012</td> |
---|
[10993] | 475 | </tr> |
---|
| 476 | <tr> |
---|
[11055] | 477 | <td class="fieldname">Application Target:</td> |
---|
| 478 | <td>General Studies</td> |
---|
[10993] | 479 | </tr> |
---|
[11055] | 480 | <tr> |
---|
[10993] | 481 | <td class="fieldname"> |
---|
[11027] | 482 | Application Mode (Donec id elit non mi porta gravida.): |
---|
[10993] | 483 | </td> |
---|
[11055] | 484 | <td>Create Application Records</td> |
---|
[10993] | 485 | </tr> |
---|
| 486 | </tbody> |
---|
| 487 | </table> |
---|
[10989] | 488 | |
---|
[10993] | 489 | <br><br> |
---|
| 490 | <h3>A Sample Edit/Manage Form Table</h3> |
---|
| 491 | <table class="form-table"> |
---|
| 492 | <tbody> |
---|
| 493 | <tr> |
---|
[11055] | 494 | <td class="fieldname">Code:</td> |
---|
| 495 | <td>app2012</td> |
---|
[10993] | 496 | </tr> |
---|
| 497 | <tr> |
---|
[11055] | 498 | <td class="fieldname">* Title:</td> |
---|
[10993] | 499 | <td> |
---|
| 500 | <input class="textType" id="form.title" name="form.title" |
---|
[11027] | 501 | size="20" type="text" |
---|
| 502 | value="General Studies 2012/2013" /> |
---|
[10993] | 503 | </td> |
---|
| 504 | </tr> |
---|
| 505 | <tr> |
---|
[11055] | 506 | <td class="fieldname">Any phone number:</td> |
---|
[10993] | 507 | <td> |
---|
[11055] | 508 | <select id="form.phone.country" name="form.phone.country" |
---|
| 509 | size="1" class="phone-input"> |
---|
| 510 | <option value="+234">Nigeria (+234)</option> |
---|
| 511 | <option value="+49">Germany (+49)</option> |
---|
| 512 | <option value="+1">U.S. (+1)</option> |
---|
| 513 | </select>- |
---|
| 514 | <input class=" phone-input textType" id="form.phone.area" |
---|
| 515 | name="form.phone.area" size="20" type="text" |
---|
| 516 | value="" />- |
---|
| 517 | <input class=" phone-input textType" id="form.phone.ext" |
---|
| 518 | name="form.phone.ext" size="20" type="text" value="" /> |
---|
[10993] | 519 | </td> |
---|
| 520 | </tr> |
---|
| 521 | <tr> |
---|
[11055] | 522 | <td class="fieldname">Any text field:</td> |
---|
[10993] | 523 | <td> |
---|
[11055] | 524 | <textarea id="any_id" |
---|
| 525 | name="any_name" rows="5">Placeholder text</textarea> |
---|
[10993] | 526 | </td> |
---|
| 527 | </tr> |
---|
| 528 | <tr> |
---|
[11055] | 529 | <td class="fieldname">* |
---|
[11027] | 530 | Application Mode |
---|
[11055] | 531 | (A select field coming from zope.formlib): |
---|
[10993] | 532 | </td> |
---|
| 533 | <td> |
---|
| 534 | <div class="value"> |
---|
[11027] | 535 | <select id="form.mode" name="form.mode" size="1"> |
---|
| 536 | <option selected="selected" value="create"> |
---|
| 537 | Create Application Records |
---|
| 538 | </option> |
---|
| 539 | <option value="update">Update Application Records |
---|
| 540 | </option> |
---|
| 541 | </select> |
---|
| 542 | </div> |
---|
| 543 | <input name="form.mode-empty-marker" |
---|
| 544 | type="hidden" value="1" /> |
---|
[10993] | 545 | </td> |
---|
| 546 | </tr> |
---|
[11019] | 547 | <tr> |
---|
[11055] | 548 | <td class="fieldname">A datepicker field:</td> |
---|
[11019] | 549 | <td> |
---|
| 550 | <input class="datepicker-le-year textType" |
---|
[11020] | 551 | id="form.any_date" name="form.any_date" |
---|
[11019] | 552 | size="20" type="text" value="" /> |
---|
| 553 | </td> |
---|
| 554 | </tr> |
---|
| 555 | |
---|
[11027] | 556 | <tr> |
---|
| 557 | <td class="fieldname"> |
---|
| 558 | A select field in Kofa pagetemplates: |
---|
| 559 | </td> |
---|
| 560 | <td> |
---|
| 561 | <select id="any_id" name="any_name" size="1" |
---|
| 562 | class="form-control half"> |
---|
| 563 | <option selected="selected" value="create"> |
---|
| 564 | Create Application Records |
---|
| 565 | </option> |
---|
| 566 | <option value="update"> |
---|
| 567 | Update Application Records |
---|
| 568 | </option> |
---|
| 569 | </select> |
---|
| 570 | </td> |
---|
| 571 | </tr> |
---|
[10993] | 572 | </tbody> |
---|
| 573 | </table> |
---|
[12901] | 574 | <br> |
---|
| 575 | <div class="documentation"> |
---|
| 576 | <a href="#" target="_blank"> |
---|
| 577 | Kofa Docs for this page |
---|
| 578 | </a> |
---|
| 579 | </div> |
---|
[10993] | 580 | </div> <!-- /well kofa-content--> |
---|
[10960] | 581 | </div> <!-- /kofa-content-wide --> |
---|
| 582 | </div> <!-- /row --> |
---|
[11463] | 583 | <div id="bottom" class="footer"> |
---|
[10977] | 584 | <p class="credit muted text-right"> |
---|
| 585 | Kofa - Student Management System<br /> |
---|
[11741] | 586 | Copyright © WAeUP Group |
---|
| 587 | <script type="text/javascript"> |
---|
| 588 | renderCurrentYear(); |
---|
| 589 | </script> |
---|
[10977] | 590 | </p> |
---|
| 591 | </div> |
---|
[10960] | 592 | </div> <!-- /container --> |
---|
[10917] | 593 | |
---|
[11430] | 594 | <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script> |
---|
[11046] | 595 | <script src="static/bootstrap/js/bootstrap.min.js"></script> |
---|
[11463] | 596 | <script src="static/js/kofa-scroll.js"></script> |
---|
[11104] | 597 | <script src="static/js/kofa-activate-tab.js"></script> |
---|
[11494] | 598 | <script src="static/js/kofa-scrollto.js"></script> |
---|
[11558] | 599 | <script src="static/js/file-upload.js"></script> |
---|
[11436] | 600 | <script class="kofa-script-tooltip" |
---|
| 601 | src="static/js/kofa-tooltip.js"> |
---|
| 602 | </script> |
---|
[11041] | 603 | <script class="kofa-script-datatable" |
---|
| 604 | src="static/js/jquery.dataTables.min.js"> |
---|
| 605 | </script> |
---|
| 606 | <script class="kofa-script-datatable" |
---|
| 607 | src="static/js/kofa-datatables.js"> |
---|
| 608 | </script> |
---|
[11436] | 609 | <script class="jquery-ui" |
---|
[11041] | 610 | src="static/js/jquery-ui.min.js"> |
---|
| 611 | </script> |
---|
| 612 | <script class="kofa-script-datepicker" |
---|
| 613 | src="static/js/kofa-datepicker.js"> |
---|
| 614 | </script> |
---|
[14422] | 615 | <script class="kofa-filterByText" |
---|
| 616 | src="static/js/kofa-filterByText.js"> |
---|
| 617 | </script> |
---|
[10917] | 618 | </body> |
---|
| 619 | </html> |
---|