Home
last modified time | relevance | path

Searched refs:rating (Results 1 – 2 of 2) sorted by relevance

/web-master/manage/
H A Duser-notes.php279 $rating = isset($row['arating']) ? $row['arating'] : ($row['up'] - $row['down']); variable
280 if ($rating < 0) {
281 $rating = "<span style=\"color: red;\">$rating</span>"; variable
282 } elseif ($rating > 0) {
283 $rating = "<span style=\"color: green;\">$rating</span>"; variable
285 $rating = "<span style=\"color: blue;\">$rating</span>"; variable
302 …y: inline-block; float: left; padding: 15px;\"><strong>Rating</strong>: $rating (<em>$percentage l…
/web-master/
H A Dnote.sql25 rating int(11) NOT NULL default '0',

Completed in 8 milliseconds