Ejemplo n.º 1
0
//echo "</br> ".$myList." ".$listId;
?>
<html>
    <head>
        <title>Topic Name: </title>
        <?php 
include 'menu.php';
setCheckPoint();
?>
        <link rel="stylesheet" type="html/css" href="css/main.css" >
    </head>
    <body>
        <div class="box">
            <div class="content">
             <?php 
fetchList($myList, $listId, $headName);
?>
             </table>
            </div>
        </div>
        
        <?php 
if (!isLogged()) {
    /*hiding Create Topic Div
     *if, user is not logged in
     */
    ?>
        <style type="text/css"> #usercheck{ display: none; }</style>
        <?php 
}
?>
Ejemplo n.º 2
0
  <body>
    <div class="box">
      <div class="content">
      <h1>Welcome to Doctor's Forum</h1>
      <style type = "text/css">
                    th{
                        background: #d50000;
                        text-shadow: none;
                        color: #f3f3f3;
                        padding: 5px 5px;
                    }
                </style>
        <table class="tab">
          <tr><th class="one">Category</th><th class="two">Topics</th></tr>
          <?php 
fetchList("category", "all", "");
?>
          
        </table>
      </div>
    </div>
  </body>
</html>







Ejemplo n.º 3
0
                    td{
                        padding: 5px 5px;/*left right text margin*/
                        text-align: justify;
                        font-family: 'Ubuntu Mono', sans-serif;
                        
                    }
                    .dt{
                        font-size: 12px;
                    }
                    .auther{
                        font-size: 15px;
                    }
                    
                </style>
                <?php 
fetchList("posts", $topic_id, $head_name);
?>
                </table>
            </div>
        </div>
        
        <?php 
if (!isLogged()) {
    /*hiding Create Topic Div
     *if, user is not logged in
     */
    ?>
        <style type="text/css"> #usercheck{ display: none; }</style>
        <?php 
}
?>
Ejemplo n.º 4
0
?>
          </select>
          <select class="form-control multiselect" id="showMinor" size="8"></select>
          <li>Concentrations</li>
          <select class="form-control" id="selConcentration" name="selConcentration">
            <option value="None" selected="selected">None</option>
            <?php 
fetchList(3);
?>
          </select>
          <select class="form-control multiselect" id="showConcentration" size="8"></select>
          <li>Designations</li>
          <select class="form-control" id="selDesignation" name="selDesignation">
            <option value="None" selected="selected">None</option>
            <?php 
fetchList(4);
?>
          </select>
          <select class="form-control multiselect" id="showDesignation" size="8"></select>
        </ul>
      </div>

      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">

        <h2 class="sub-header">Welcome!</h2>
        <p>This is a Work-In-Progress Universal Academic Planner for 
          University of Waterloo's Double Degree students. It is made by 
          Davis Wu based on Sasha Ramani's original Excel UAP. Because it is still WIP, please
          double check your courses with Official Waterloo resources!</p>
          <div class="row">  
            <div class="col-md-6" style="text-align: center;">