php/html mix

Html code posted by ben
created at 21 Mar 17:49, updated at 09 Apr 10:52

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<h3>Daniweb Control Centre</h3>
<div class="row-fluid show-grid">
  <div class="span3 eqcolumn">
         <h4>Favourite Forums</h4>
        <p><?php print T_("List the latest posts to your favourite forums in a display box.");?></p>
        <div class="lastm"><a class="btn btn-large btn-info" href="/<?php echo $lang;?>/dw-box/">dwBox <i class="icon-th-list icon-white"></i></a></div>
    </div>
  <div class="span3 eqcolumn">
         <h4>Profile</h4>
        <p><?php print T_("List the latest posts to your favourite forums in a display box.");?></p>
        <div class="lastm"><a class="btn btn-large btn-info" href="/<?php echo $lang;?>/dw-box/">dwBox <i class="icon-th-list icon-white"></i></a></div>
    </div>
  <div class="span3 eqcolumn">
         <h4>irC</h4>
        <p><?php print T_("List the latest posts to your favourite forums in a display box.");?></p>
        <div class="lastm"><a class="btn btn-large btn-info" href="/<?php echo $lang;?>/dw-box/">dwBox <i class="icon-th-list icon-white"></i></a></div>
    </div>
  <div class="span3 eqcolumn">
         <h4>RSS</h4>
        <p><?php print T_("List the latest posts to your favourite forums in a display box.");?></p>
        <div class="lastm"><a class="btn btn-large btn-info" href="/<?php echo $lang;?>/dw-box/">dwBox <i class="icon-th-list icon-white"></i></a></div>
    </div>
</div>
  <button class="dwc-update">Login</button>
1.39 KB in 3 ms with coderay