-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.php
More file actions
40 lines (32 loc) · 1.54 KB
/
team.php
File metadata and controls
40 lines (32 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
include 'D:\Software\xampp\htdocs\TestingGround2\system.php';
System::setContentTitle("Преподавателски екип");
System::getPageHeader();
?>
<!--
<div class="team">
<h4>Иван Пунтев</h4>
</div> -->
<table class="content" border="0">
<tbody>
<tr>
<td><img src="img/profile-pictures/default/caitlyn.jpg" width="130" height="130" /><br /><span class="display_color"><strong><h4><span style="bottom:6px; position:relative;">Статус</span> <img src="img/system/online.png" /></h4></strong></span></td>
<td class="right">
sdfsdfdsfsdfsdfsdsdfdsfsdfdsfsdfsfdfsdf
</td>
</tr>
</tbody>
</table>
<br />
<table class="content" border="0">
<tbody>
<tr>
<td><img src="img/profile-pictures/default/caitlyn.jpg" width="130" height="130" /><br /><span class="display_color"><strong><h4><span style="bottom:6px; position:relative;">Статус</span> <img src="img/system/online.png" /></h4></strong></span></td>
<td class="right">
sdfsdfdsfsdfsdfsdsdfdsfsdfdsfsdfsfdfsdf
</td>
</tr>
</tbody>
</table>
<?php
System::getPageFooter();