Artifact de27b8829a7558f74ca85ea6ba0c85b89daf6331:
- File applications/mobileblur/views/feeds/view.html — part of check-in [cbc0649388] at 2011-11-20 03:03:33 on branch develop — Moved newsblur library from urllib to Requests. Moved username storage to the DB. Store cookie in the DB. Centralize a login function that checks the DB for a user's cookie on each page load and logs the user in if there's no cookie. (user: spiffy, size: 411) [annotate] [blame] [check-ins using]
{{left_sidebar_enabled=right_sidebar_enabled=False}} {{extend 'layout.html'}} <h1>Title: {{= feed["feed_title"] }}</h1> {{ for story in stories: }} <a href="{{= URL(c="stories", f="view", vars=dict(story=story["id"], feed_id=feed["id"])) }}"><h2>{{= story["story_title"] }}</h2></a> {{ pass }} {{block left_sidebar}}New Left Sidebar Content{{end}} {{block right_sidebar}}New Right Sidebar Content{{end}}