|
|
|
|
42
|
foreach($actual_feeds as $feed){
|
42
|
foreach($actual_feeds as $feed){
|
43
|
$error_text = ($feed["error"]>0) ? "false" : "true";
|
43
|
$error_text = ($feed["error"]>0) ? "false" : "true";
|
44
|
?>
|
44
|
?>
|
45
|
- <feed id="<?php echo $feed["id_feed"];?>" url="<?php echo htmlspecialchars($feed["url"]);?>" import-type="<?php echo type2Text($feed["type"]);?>" next-update-in-seconds="<? echo $f->getNextUpdate($feed["id_feed"]);?>" title="<?php echo htmlspecialchars($feed["title"]);?>" error-text="<? echo $error_text;?>"/>
|
|
|
|
|
45
|
+ <feed id="<?php echo $feed["id_feed"];?>" url="<?php echo htmlspecialchars($feed["url"]);?>" import-type="<?php echo util::type2Text($feed["type"]);?>" next-update-in-seconds="<? echo $f->getNextUpdate($feed["id_feed"]);?>" title="<?php echo htmlspecialchars($feed["title"]);?>" error-text="<? echo $error_text;?>"/>
|
46
|
<?php
|
46
|
<?php
|
47
|
}
|
47
|
}
|
48
|
?>
|
48
|
?>
|
|
|
|
|
148
|
}
|
148
|
}
|
149
|
}
|
149
|
}
|
150
|
?>
|
150
|
?>
|
151
|
- </gelato>
|
|
|
|
|
151
|
+ </gelato>
|