Changeset 2932958
- Timestamp:
- 07/02/2023 01:00:11 AM (3 years ago)
- File:
-
- 1 edited
-
planetary-position/trunk/views/admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
planetary-position/trunk/views/admin.php
r2932947 r2932958 32 32 <div ><label>Ayanmsa (leave as is if unsure):</label> 33 33 <select id="pp_ayan" name="pp_ayan" style="width: 11em;"> 34 <option value="0" <?php $_POST['pp_ayan'] == 0 ? print ' selected="selected"' : print ''; ?>> Fagan/Bradley</option>34 <option value="0" <?php $_POST['pp_ayan'] == 0 ? print ' selected="selected"' : print ''; ?>>True Chitrapaksha</option> 35 35 <option value="1" <?php $_POST['pp_ayan'] == 1 ? print ' selected="selected"' : print ''; ?>>Lahiri</option> 36 <option value="2" <?php $_POST['pp_ayan'] == 2 ? print ' selected="selected"' : print ''; ?>> True Chitrapaksha</option>36 <option value="2" <?php $_POST['pp_ayan'] == 2 ? print ' selected="selected"' : print ''; ?>>Fagan/Bradley</option> 37 37 <option value="3" <?php $_POST['pp_ayan'] == 3 ? print ' selected="selected"' : print ''; ?>>True Revati</option> 38 38 <option value="4" <?php $_POST['pp_ayan'] == 4 ? print ' selected="selected"' : print ''; ?>>True Pushya</option>
Note: See TracChangeset
for help on using the changeset viewer.