|
|
@@ -1,3 +1,8 @@
|
|
|
+<?php
|
|
|
+ global $FILTER_RUNECRAFT;
|
|
|
+ global $FILTER_RUNEUPGRADE;
|
|
|
+ global $FILTER_SKILLUP;
|
|
|
+?>
|
|
|
<!DOCTYPE html>
|
|
|
<html lang='en'>
|
|
|
<head>
|
|
|
@@ -8,6 +13,7 @@
|
|
|
<!-- CSS files -->
|
|
|
<link rel='stylesheet' type='text/css' href='<?=$path["css"]?>ui.css'/>
|
|
|
<link rel='stylesheet' type='text/css' href='<?=$path["css"]?>report.css'/>
|
|
|
+ <link rel='stylesheet' type='text/css' href='<?=$path["css"]?>filters.css'/>
|
|
|
<!-- Script files -->
|
|
|
<script src="<?=$path["js"]?>ui.js"></script>
|
|
|
<!-- Meta tags -->
|
|
|
@@ -38,64 +44,15 @@
|
|
|
Pending skill-ups
|
|
|
</h2>
|
|
|
<article>
|
|
|
- <form action='/report/skillup/' method='get'>
|
|
|
- <img alt=' ' src='<?=$path["img"]["content"]?>monster/0115.png'> <!-- Devilmon image -->
|
|
|
- <p>
|
|
|
- Shows a list of the monstes in need of skilling-up
|
|
|
- It sorts monster not by the absolute ammount of remaining power-ups, but by a ponderated list tht takes into account to which skills the previous power ups have gone, placing more value in the more advanced skills.
|
|
|
- </p>
|
|
|
- <div class='report_filters'>
|
|
|
- <table>
|
|
|
- <tr>
|
|
|
- <td class='filter' id='filter_stars'>
|
|
|
- <span>Stars:</span>
|
|
|
- <input type='number' name='min_stars' min='1' max='6' value='5'/>
|
|
|
- -
|
|
|
- <input type='number' name='max_stars' min='1' max='6' value='6'/>
|
|
|
- </td>
|
|
|
- <td class='filter' id='filter_stars'>
|
|
|
- <span>Natural stars:</span>
|
|
|
- <input type='number' name='min_natural_stars' min='1' max='5' value='5'/>
|
|
|
- -
|
|
|
- <input type='number' name='max_natural_stars' min='1' max='5' value='5'/>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class='filter' colspan='2'>
|
|
|
- <input type='checkbox' name='family'/>
|
|
|
- Show monsters with family with lower grade.
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class='filter' colspan='2'>
|
|
|
- <input type='checkbox' name='2a'/>
|
|
|
- Include second-awakened monsters.
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class='filter' colspan='2'>
|
|
|
- <input type='checkbox' name='in_storage'/>
|
|
|
- Show monsters in storage
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class='filter' colspan='2'>
|
|
|
- <input type='checkbox' name='without_runes'/>
|
|
|
- Show monsters without runes
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class='filter' colspan='2'>
|
|
|
- <input type='checkbox' name='maxed'/>
|
|
|
- Show fully skilled-up monster
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- <div id='filter_apply'>
|
|
|
- <input type='submit' value='Apply'/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
+ <img alt=' ' src='<?=$path["img"]["content"]?>monster/0115.png'> <!-- Devilmon image -->
|
|
|
+ <p>
|
|
|
+ Shows a list of the monstes in need of skilling-up
|
|
|
+ It sorts monster not by the absolute ammount of remaining power-ups, but by a ponderated list tht takes into account to which skills the previous power ups have gone, placing more value in the more advanced skills.
|
|
|
+ </p>
|
|
|
+<?php
|
|
|
+ $filters = $FILTER_SKILLUP;
|
|
|
+ include __DIR__ . "/inc/filter_report_skillup.php";
|
|
|
+?>
|
|
|
</article>
|
|
|
</section>
|
|
|
<section class='content report'>
|
|
|
@@ -103,177 +60,31 @@
|
|
|
Runes to replace
|
|
|
</h2>
|
|
|
<article class='report'>
|
|
|
- <form action='/report/runeupgrade/' method='get'>
|
|
|
- <img alt=' ' src='<?=$path["img"]["layout"]?>rune/base.png'> <!-- Devilmon image -->
|
|
|
- <p>
|
|
|
- Shows monsters with runes that can be upgraded.
|
|
|
- It list the runes that can be replaced by other runes in your inventory that have either more stars or a higher base quality.
|
|
|
- </p>
|
|
|
- <div class='filters report_filters'>
|
|
|
- <table>
|
|
|
- <tr>
|
|
|
- <td class='filter filter_title' rowspan='2'>
|
|
|
- <span>
|
|
|
- Monster
|
|
|
- </span>
|
|
|
- </td>
|
|
|
- <td class='filter' colspan='3'>
|
|
|
- <span>Name:</span>
|
|
|
- <input type='text' name='monster_name' id='filter_name' value=''/>
|
|
|
- </td>
|
|
|
- <td class='filter'>
|
|
|
- <span>Stars:</span>
|
|
|
- <input type='number' name='monster_min_stars' id='filter_stars_min' min='1' max='6' value='5'/>
|
|
|
- -
|
|
|
- <input type='number' name='monster_max_stars' id='filter_stars_max' min='1' max='6' value='6'/>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <td class='filter' colspan='4'>
|
|
|
- <input type='checkbox' name='monster_in_storage'/>
|
|
|
- Show monsters in storage
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class='filter filter_title filter_separator' rowspan='5'>
|
|
|
- <span>
|
|
|
- Runes
|
|
|
- </span>
|
|
|
- </td>
|
|
|
- <td class='filter filter_stars filter_separator' colspan='2'>
|
|
|
- <span>Stars:</span>
|
|
|
- <input type='number' name='rune_min_stars' id='filter_stars_min' min='1' max='6' value='5'/>
|
|
|
- -
|
|
|
- <input type='number' name='rune_max_stars' id='filter_stars_max' min='1' max='6' value='6'/>
|
|
|
- </td>
|
|
|
- <td class='filter filter_separator' colspan='2'>
|
|
|
- <span>Level:</span>
|
|
|
- <input type='number' name='rune_min_level' id='filter_level_min' min='0' max='15' value='0'/>
|
|
|
- -
|
|
|
- <input type='number' name='rune_max_level' id='filter_level_max' min='0' max='15' value='15'/>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class='filter' rowspan='4'>
|
|
|
- <span>Slot:</span>
|
|
|
- <select multiple name='rune_slot[]' id='filter_slot'>
|
|
|
- <option value='1'>1</option>
|
|
|
- <option value='2'>2</option>
|
|
|
- <option value='3'>3</option>
|
|
|
- <option value='4'>4</option>
|
|
|
- <option value='5'>5</option>
|
|
|
- <option value='6'>6</option>
|
|
|
- </select>
|
|
|
- </td>
|
|
|
- <td class='filter' colspan='3'>
|
|
|
- <span>Quality:</span>
|
|
|
- <select name='rune_min_quality' id='filter_quality_min'>
|
|
|
- <option value='0' selected>Normal</option>
|
|
|
- <option value='1'>Magic</option>
|
|
|
- <option value='2'>Rare</option>
|
|
|
- <option value='3'>Hero</option>
|
|
|
- <option value='4'>Legend</option>
|
|
|
- </select>
|
|
|
- -
|
|
|
- <select name='rune_max_quality' id='filter_quality_max'>
|
|
|
- <option value='0'>Normal</option>
|
|
|
- <option value='1'>Magic</option>
|
|
|
- <option value='2'>Rare</option>
|
|
|
- <option value='3'>Hero</option>
|
|
|
- <option value='4' selected>Legend</option>
|
|
|
- </select>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class='filter' colspan='3'>
|
|
|
- <span>Original quality:</span>
|
|
|
-
|
|
|
- <select name='rune_min_original_quality' id='filter_original_quality_min'>
|
|
|
- <option value='0' selected>Normal</option>
|
|
|
- <option value='1'>Magic</option>
|
|
|
- <option value='2'>Rare</option>
|
|
|
- <option value='3'>Hero</option>
|
|
|
- <option value='4'>Legend</option>
|
|
|
- </select>
|
|
|
- -
|
|
|
- <select name='rune_max_original_quality' id='filter_original_quality_max'>
|
|
|
- <option value='0'>Normal</option>
|
|
|
- <option value='1'>Magic</option>
|
|
|
- <option value='2'>Rare</option>
|
|
|
- <option value='3'>Hero</option>
|
|
|
- <option value='4' selected>Legend</option>
|
|
|
- </select>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class='filter' colspan='3'>
|
|
|
- <span>Efficiency:</span>
|
|
|
- <input type='number' name='rune_min_efficiency' id='filter_efficiency_min' min='0' max='100' value='0'/>%
|
|
|
- -
|
|
|
- <input type='number' name='rune_max_efficiency' id='filter_efficiency_max' min='0' max='100' value='100'/>%
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class='filter' colspan='3'>
|
|
|
- <span>Maximum efficiency:</span>
|
|
|
- <input type='number' name='rune_min_max_efficiency' id='filter_max_efficiency_min' min='0' max='100' value='0'/>%
|
|
|
- -
|
|
|
- <input type='number' name='rune_max_max_efficiency' id='filter_max_efficiency_max' min='0' max='100' value='100'/>%
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class='filter filter_title filter_separator' rowspan='3'>
|
|
|
- <span>
|
|
|
- Alternatives
|
|
|
- </span>
|
|
|
- </td>
|
|
|
- <td class='filter filter_stars filter_separator'>
|
|
|
- <span>Min. stars:</span>
|
|
|
- <input type='number' name='alternative_min_stars' id='filter_stars_min' min='1' max='6' value='6'/>
|
|
|
- </td>
|
|
|
- <td class='filter filter_separator' colspan='2'>
|
|
|
- <span>Min. O. quality:</span>
|
|
|
- <select name='alternative_min_original_quality' id='filter_original_quality_min'>
|
|
|
- <option value='0' selected>Normal</option>
|
|
|
- <option value='1'>Magic</option>
|
|
|
- <option value='2'>Rare</option>
|
|
|
- <option value='3'>Hero</option>
|
|
|
- <option value='4'>Legend</option>
|
|
|
- </select>
|
|
|
- </td>
|
|
|
- <td class='filter filter_separator'>
|
|
|
- <span>Min. Level:</span>
|
|
|
- <input type='number' name='alternative_min_level' id='filter_level_min' min='0' max='15' value='0'/>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class='filter' colspan='4'>
|
|
|
- <span>Condition:</span>
|
|
|
- <select name='alternative_condition'>
|
|
|
- <option value='0'>Higher grade, any quality
|
|
|
- <option value='1'>Higher grade or higher quality
|
|
|
- <option value='2'>Equal or higher grade and equal or higher quality</option>
|
|
|
- <option value='3' selected>Equal or higher grade and higher quality</option>
|
|
|
- <option value='4' >Equal grade and equal or higher quality</option>
|
|
|
- <option value='5'>Higher grade and higher quality</option>
|
|
|
- </select>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class='filter' colspan='4'>
|
|
|
- <span>Source:</span>
|
|
|
- <select name='alternative_source'>
|
|
|
- <option value='0' selected>Inventory only</option>
|
|
|
- <option value='1'>Inventory or assigned to a lower grade monster</option>
|
|
|
- <option value='2'>Any</option>
|
|
|
- </select>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- <div id='filter_apply'>
|
|
|
- <input type='submit' value='Apply'/>
|
|
|
- </div>
|
|
|
- </div> <!-- .report_filters -->
|
|
|
- </form>
|
|
|
+ <img alt=' ' src='<?=$path["img"]["layout"]?>rune/base.png'>
|
|
|
+ <p>
|
|
|
+ Shows monsters with runes that can be upgraded.
|
|
|
+ It list the runes that can be replaced by other runes in your inventory that have either more stars or a higher base quality.
|
|
|
+ </p>
|
|
|
+<?php
|
|
|
+ $filters = $FILTER_RUNEUPGRADE;
|
|
|
+ include __DIR__ . "/inc/filter_report_runeupgrade.php";
|
|
|
+?>
|
|
|
+ </article>
|
|
|
+ </section>
|
|
|
+ <section class='content report'>
|
|
|
+ <h2>
|
|
|
+ Runes to replace
|
|
|
+ </h2>
|
|
|
+ <article class='report'>
|
|
|
+ <img alt=' ' src='<?=$path["img"]["layout"]?>grind/gem_inmemorial.png'>
|
|
|
+ <p>
|
|
|
+ Shows monsters with runes that can be crafted.
|
|
|
+ It list the grindstones and gems that are available for each rune.
|
|
|
+ </p>
|
|
|
+<?php
|
|
|
+ $filters = $FILTER_RUNECRAFT;
|
|
|
+ include __DIR__ . "/inc/filter_report_runecraft.php";
|
|
|
+?>
|
|
|
</article>
|
|
|
</section>
|
|
|
<?php
|