|
|
|
@ -67,6 +67,7 @@
|
|
|
|
|
{
|
|
|
|
|
item.Add()
|
|
|
|
|
.Text("NZBs.org")
|
|
|
|
|
.ImageUrl("~/Content/Images/NzbsOrg.png")
|
|
|
|
|
.Content(
|
|
|
|
|
"<div class=\"section_content\">" +
|
|
|
|
|
|
|
|
|
@ -99,6 +100,7 @@
|
|
|
|
|
);
|
|
|
|
|
item.Add()
|
|
|
|
|
.Text("NZB Matrix")
|
|
|
|
|
.ImageUrl("~/Content/Images/NzbMatrix.png")
|
|
|
|
|
.Content(
|
|
|
|
|
"<div class=\"section_content\">" +
|
|
|
|
|
|
|
|
|
@ -130,7 +132,8 @@
|
|
|
|
|
"</div>"
|
|
|
|
|
);
|
|
|
|
|
item.Add()
|
|
|
|
|
.Text("NZBsRUs")
|
|
|
|
|
.Text("NZBsRus")
|
|
|
|
|
.ImageUrl("~/Content/Images/NzbsRus.png")
|
|
|
|
|
.Content(
|
|
|
|
|
"<div class=\"section_content\">" +
|
|
|
|
|
|
|
|
|
@ -163,6 +166,7 @@
|
|
|
|
|
);
|
|
|
|
|
item.Add()
|
|
|
|
|
.Text("Newzbin")
|
|
|
|
|
.ImageUrl("~/Content/Images/Newzbin.png")
|
|
|
|
|
.Content(
|
|
|
|
|
"<div class=\"section_content\">" +
|
|
|
|
|
|
|
|
|
|