Subversion Repositories cheapmusic

Rev

Rev 58 | Rev 61 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 58 Rev 59
Line 68... Line 68...
68
		            </div>
68
		            </div>
69
 
69
 
70
                    <div class="clearfix"></div>
70
                    <div class="clearfix"></div>
71
 
71
 
72
                    <div class="bg-dark text-light menu-tle my-3">
72
                    <div class="bg-dark text-light menu-tle my-3">
73
                        <h5>Color Theme</h5>
73
                        <h5>Layout</h5>
74
                    </div>
74
                    </div>
75
                    <div class="text-center m-2">
75
                    <div class="text-center m-2">
-
 
76
                      <label>Color Theme:</label>
76
                      <select class="form-control" id="theme" name="theme">
77
                      <select class="form-control" id="theme" name="theme">
77
<?php
78
<?php
78
                        $themes = scandir("../css");
79
                        $themes = scandir("../css");
79
                        foreach ($themes as $themeLong) {
80
                        foreach ($themes as $themeLong) {
80
                            $themeLong = strtolower($themeLong);
81
                            $themeLong = strtolower($themeLong);
Line 89... Line 90...
89
                                echo "</option>";
90
                                echo "</option>";
90
                            }
91
                            }
91
                        }
92
                        }
92
?>
93
?>
93
                      </select>
94
                      </select>
-
 
95
 
-
 
96
<p>Result View:</p>
-
 
97
 <div class="form-check-inline">
-
 
98
  <label class="form-check-label">
-
 
99
    <input type="radio" class="form-check-input" name="cardView" value="0" <?php echo $userData['cardView'] ? "" : "checked";?>>Table
-
 
100
  </label>
-
 
101
</div>
-
 
102
<div class="form-check-inline">
-
 
103
  <label class="form-check-label">
-
 
104
    <input type="radio" class="form-check-input" name="cardView" value="1" <?php echo $userData['cardView'] ? "checked" : "";?>>Cards
-
 
105
  </label>
-
 
106
</div>
-
 
107
 
-
 
108
 
-
 
109
 
94
                    </div>
110
                    </div>
95
 
111
 
96
                    <div class="bg-dark text-light menu-tle my-3">
112
                    <div class="bg-dark text-light menu-tle my-3">
97
                        <h5>Search Filter Preferences</h5>
113
                        <h5>Search Filter Preferences</h5>
98
                    </div>
114
                    </div>