Skip to content

Commit

Permalink
view
Browse files Browse the repository at this point in the history
  • Loading branch information
bikash committed Mar 17, 2016
1 parent 75b02fd commit ef82388
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion demoDoctracker/web/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
<label>IoT testbed Document Tracker</label>
</div>
<div id="right">

<div id="content">
hi' <?php echo $userRow['user_name']; ?>&nbsp;<a href="logout.php?logout">Sign Out</a>
<a href="view.php">View List</a>&nbsp;&nbsp;&nbsp;&nbsp;hi' <?php echo $userRow['user_name']; ?>&nbsp;<a href="logout.php?logout">Sign Out</a>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions demoDoctracker/web/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
</head>
<body>
<div id="header">
<label>File Uploading With PHP and MySql</label>
<label>File Uploading </label>
</div>
<div id="body">
<table width="80%" border="1">
<tr>
<th colspan="4">your uploads...<label><a href="index.php">upload new files...</a></label></th>
<th colspan="4">your uploads...<label><a href="file.php">upload new files...</a></label></th>
</tr>
<tr>
<td>File Name</td>
Expand Down

0 comments on commit ef82388

Please sign in to comment.