Adsense
Popular Posts
- Code update from PHP 7.4 to PHP 8.1 - PhpSpreadsheet
- MySQL workbench -"Could not decrypt password cache"
- Code update from PHP 7.4 to PHP 8.1 - Worksheet/Iterator.php
- Rendering HTML tags inside textarea
- axios handle blob type data
- Unix Utils and wget in Windows
- Setup vi syntax for PHP
- increase mysql query speed
- EXCEL return to the next line in the same cell
- git svn conversion
Wednesday, January 22, 2014
department database design (4) - change admin interface
C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_cesei0_mobile\ubc_surgery_pub\scripts\manage\index.php,
line 35 change
<link rel="stylesheet" type="text/css" href="../../demosite/css/search.css" />
to
<link rel="stylesheet" type="text/css" href="../../demosite/css/search.css" />
<link href="../../demosite/css/ubc-clf-full.min.css" rel="stylesheet">
<link href="../../demosite/css/ubc-home.css" rel="stylesheet">
line 38 change
<br />
<h1>UBC Department of Surgery - Publication Administration Page</h1>
<br />
<div class="admin-login">
<a href='../../demosite/'>Back to homepage</a><br />
</div>
<div class="content">
to
<div class="container">
<header id="ubc7-header" class="row-fluid expand" role="banner">
<div class="header-text">
UBC Department of Surgery - Publication Administration Page
</div>
</header>
<!-- UBC Unit Navigation -->
<div id="ubc7-unit-menu" class="navbar expand" role="navigation">
<div class="navbar-inner expand">
<nav class="nav-collapse collapse" id="ubc7-unit-navigation">
<ul class="nav">
<li ><a href="/ubc_surgery_pub/demosite/" >Home</a></li>
<li ><a href="http://surgery.med.ubc.ca/" >Department of Surgery</a></li>
<li class="active">
<a href="../scripts/manage/"> Go to Administration</a></li><li>
<a href="/ubc_surgery_pub/demosite/index.php?action=logout">Logout admin</a>
</li>
</ul> </nav><!-- /.nav-collapse -->
</div>
</div><!-- /navbar -->
<!-- End of UBC Unit Navigation -->
<div id="content" class="expand row-fluid content" role="main">
line 677 add
<footer class="row-fluid expand" id="ubc7-footer" role="contentinfo">
<div class="footer-text">
Copyright © 2014 CESEI, Department of Surgery, UBC. All rights reserved.
</div>
</footer>
</div>
C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_cesei0_mobile\ubc_surgery_pub\scripts\manage\common.php, line 400 change
$res = mysql_query("SELECT * FROM DEPTS ORDER BY NAME", connectpubsdb());
to
$res = mysql_query("SELECT * FROM DEPTS ", connectpubsdb());
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment